From 1171bea6bc214b5addd033348449c1c43fda26aa Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 28 Mar 2009 21:17:46 +0000 Subject: [PATCH] (minibuffer-default-add-completions): Remove `(interactive)'. (Bug#2805) --- lisp/simple.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 999809e6bd8..b7f1fca0f37 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1359,7 +1359,6 @@ this by calling a function defined by `minibuffer-default-add-function'.") "Return a list of all completions without the default value. This function is used to add all elements of the completion table to the end of the list of defaults just after the default value." - (interactive) (let ((def minibuffer-default) (all (all-completions "" minibuffer-completion-table -- 2.30.2